type runtime.inlineUnwinder
9 uses
runtime (current package)
symtabinl.go#L31: type inlineUnwinder struct {
symtabinl.go#L55: func newInlineUnwinder(f funcInfo, pc uintptr, cache *pcvalueCache) (inlineUnwinder, inlineFrame) {
symtabinl.go#L58: return inlineUnwinder{f: f}, inlineFrame{pc: pc, index: -1}
symtabinl.go#L61: u := inlineUnwinder{f: f, cache: cache, inlTree: inlTree}
symtabinl.go#L65: func (u *inlineUnwinder) resolveInternal(pc uintptr) inlineFrame {
symtabinl.go#L79: func (u *inlineUnwinder) next(uf inlineFrame) inlineFrame {
symtabinl.go#L89: func (u *inlineUnwinder) isInlined(uf inlineFrame) bool {
symtabinl.go#L94: func (u *inlineUnwinder) srcFunc(uf inlineFrame) srcFunc {
symtabinl.go#L113: func (u *inlineUnwinder) fileLine(uf inlineFrame) (file string, line int) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |